import { A } from "@vanjs/router"; import { Meta, Title } from "@vanjs/meta"; export const Page = () => { Title("404 Error: Admin Page Not found"); Meta({ name: "description", content: "Admin Page Not Found Description" }); return [
This is the administrator error page